home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / em15.zip / EM.HLP < prev    next >
Text File  |  1987-03-20  |  6KB  |  121 lines

  1. ---- Cursor movement commands -----------------
  2. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  3.  BottomOfScreen         ^end
  4.  CursorDown             down arrow
  5.  CursorLeft             left arrow
  6.  CursorRight            right arrow
  7.  CursorUp               up arrow
  8.  EndOfLine              end key
  9.  FirstOfLine            home key
  10.  NewLine                ---
  11.  Return                 enter or return key
  12.  TopOfScreen            ^home
  13.  WordLeft               ^left arrow
  14.  WordRight              ^right arrow
  15.  
  16. ---- Scroll (move screen) commands ------------
  17. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  18.  BottomOffile           ^pgdn
  19.  HalfPgDn               ---
  20.  HalfPgUp               ---
  21.  JumpToLine             ^j
  22.  MakeTopOfScreen        f5
  23.  PgDn                   pgdn
  24.  PgUp                   pgup
  25.  ScrollDown             ^z
  26.  ScrollLeft             alt-f5        scrolls the screen left
  27.  ScrollRight            alt-f6        scrolls the screen right
  28.  ScrollUp               ^w
  29.  TopOfFile              ^pgup
  30.  
  31. ---- Delete and Insert commands ---------------
  32. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  33.  AddLine                f2            adds an empty line after the cursor
  34.  BackSpace              backspace
  35.  DeleteChar             del key
  36.  DeleteLeftWord         ^backspace
  37.  DeleteLine             ^y
  38.  DeleteRightWord        ^t
  39.  DeleteToEOL            f6
  40.  DupLine                f4            duplicates the cursor line
  41.  GetPrev                ^-            duplicates the character above cursor
  42.  SplitLine              ^n
  43.  TabLeft                shift-tab
  44.  TABRight               tab
  45.  
  46. ---- Find and Replace commands ----------------
  47. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  48.  Find                   ^qf
  49.  Replace                ^qa
  50.  RepLastFindOrRepl      ^l
  51.  
  52. ---- File commands ----------------------------
  53. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  54.  Abort                  ---           quits current file without warning
  55.  EditFile               ^ke           edits a file
  56.  Exit                   ^kd           quits a file, queries if changed
  57.  FileidChange           ^kf           changes file name
  58.  FileToMain             ---           saves a file, then quits it
  59.  FileToSystem           ^kx           saves a file, then quits it
  60.  GExit                  alt-x         issues exit for all files
  61.  GFile                  alt-f10       saves all changed files, then quits
  62.  KillFile               ^kz           erases the edited file from disk
  63.  NextFile               ^kn           makes the next file in ring current
  64.  PQuitToMain            f3            quits the current file
  65.  PQuitToSystem          ^kq           quits the current file
  66.  PrevFile               ^kp           makes the prev file in ring current
  67.  ReadFile               ^kr           inserts the specified file
  68.  SaveFile               ^ks           saves current file
  69.  
  70. ---- Block commands ---------------------------
  71. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  72.  CopyBlock              alt-c
  73.  GroupDelete            alt-g         deletes a marked block
  74.  MarkLine               alt-l         marks the first or last line of a block
  75.  MoveBlock              alt-m
  76.  ShiftLeft              shift-f7      shifts a marked block 1 position left
  77.  ShiftRight             shift-f8      shifts a marked block 1 position right
  78.  UnMarkBlock            alt-u
  79.  WriteBlock             ^kw           writes the marked block to disk
  80.  
  81. ---- Printing commands ------------------------
  82. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  83.  PrintAll               ^pa           prints the entire file
  84.  PrintBlock             ^pb           prints the marked block
  85.  PrintEject             ^pe           sends a formfeed character to the printer
  86.  SetPrintLeftMargin     ^pm           sets the printer left margin
  87.  SetPrintPageSize       ^pp
  88.  
  89. ---- Scratch Buffer commands ------------------
  90. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  91.  AppendScrBuff          ^ba           adds the marked block to the named buffer
  92.  LoadScrBuff            ^bl           loads the named buffer after cursorline
  93.  StoreScrBuff           ^bs           stores the marked block to the named buffer
  94.  ZapScrBuff             ^kz           erases the named scratch buffer
  95.  
  96. ---- Windowing commands -----------------------
  97. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  98.  NextWindow             ^on           moves the cursor to the other window
  99.  OneWindow              ^o1           makes current window the only window
  100.  PrevWindow             ^op           moves the cursor to the other window
  101.  SeparatorLineDown      ^\            grows top window
  102.  SeparatorLineUp        ^U            grows bottom window
  103.  SplitScreen            ^os           switches to window mode
  104.  
  105. ---- Miscellaneous commands -------------------
  106. COMMAND             KEYSTROKE (--- denotes NOT pre-installed)
  107.  Align                  alt-a         aligns the cursorline with prev line
  108.  BxToggle               shift-f1      toggles box mode
  109.  BxTypeToggle           shift-f2      toggles box characters
  110.  Escape                 esc key       aborts prompts
  111.  SetRMargin             ^or
  112.  SetTabWidth            ^kt
  113.  Shell                  f9            temporary exit to dos
  114.  TabsOut                ^qo           controls tabs in output files
  115.  ToggleAutoIndent       ^qi
  116.  ToggleINS              ins key
  117.  ToggleTabsExpand       ^qt
  118.  ToggleWordWrap         ^ow
  119.  Tur                    alt-t         issues GFile, invokes turbo pascal
  120.  UnDoCursorLine         ^ql           attempts to restore cursor line
  121.